home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / startd.zip / DEMO.CMD next >
OS/2 REXX Batch file  |  1993-03-26  |  384b  |  12 lines

  1. REM
  2. REM Start 2 dos sessions
  3. REM
  4. REM start a windowed dos session in the foreground at 0,240 size 640,240
  5. REM and use demo1.ini as a settings file
  6. REM and run the mem command keeping the session around afterwards
  7. startd /win /dos /fg /k /sf demo1.ini /pos=0,240,320,240 mem 
  8.  
  9. REM same thing except uses demo2.ini
  10. startd /win /dos /bg /k /sf demo2.ini /pos=0,0,320,240 mem
  11.  
  12.